home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 023a / prop_man.zip / HIST.SAB < prev    next >
Text File  |  1991-11-12  |  378b  |  18 lines

  1. set messages off
  2. set error messages off
  3. set echo off
  4. label start
  5. cls
  6. display cp.dis
  7. WRITE "HIST.SAB" AT 2,43
  8. set v whr to ""
  9. fillin whr using "Enter All Or A Portion Of ADD.CODE (or <ESC>) " at 12,15
  10.   if whr = "" then ; goto exit ; endif
  11. out pri
  12. print histrprt sorted by add.code date where add.code contains .whr
  13. out scr
  14. goto start
  15. label exit
  16.   cls
  17.   return
  18.